Hilfsfunktion Mit dieser Bibliothek kann zum Beispiel:
Image(int n_rows, int n_cols, int n_channels);
Image(const char *filename);
Image(const Image &image);
int rows_() const;
int height() const;
int cols_() const;
int width() const;
int size_() const;
int getChannels() const;
Befehl | Beispiel |
---|---|
image.gray() image.toGray() image.brightness() |
![]() |
Befehl | Beispiel | Befehl | Beispiel |
---|---|---|---|
image.blur() | ![]() |
image.invert() | ![]() |